home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / test / registry_commander / regcmd.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMSEARCH / TFORMSEARCH.txt
Encoding:
Text File  |  2002-04-19  |  6.5 KB  |  307 lines

  1. object FormSearch: TFormSearch
  2.   Left = 251
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FormSearch'
  7.   ClientHeight = 287
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Main_Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 250
  25.     Height = 287
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object KeyWord_Label: TLabel
  31.       Left = 12
  32.       Top = 72
  33.       Width = 48
  34.       Height = 13
  35.       Caption = 'KeyWord:'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clMaroon
  38.       Font.Height = -11
  39.       Font.Name = 'Tahoma'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object Origin_Label: TLabel
  44.       Left = 12
  45.       Top = 16
  46.       Width = 32
  47.       Height = 13
  48.       Caption = 'Origin:'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clMaroon
  51.       Font.Height = -11
  52.       Font.Name = 'Tahoma'
  53.       Font.Style = []
  54.       ParentFont = False
  55.     end
  56.     object Size_Label: TLabel
  57.       Left = 12
  58.       Top = 226
  59.       Width = 49
  60.       Height = 13
  61.       Caption = 'Data Size:'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clMaroon
  64.       Font.Height = -11
  65.       Font.Name = 'Tahoma'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object Bevel1: TBevel
  70.       Left = 2
  71.       Top = 42
  72.       Width = 248
  73.       Height = 2
  74.     end
  75.     object Bevel2: TBevel
  76.       Left = 2
  77.       Top = 161
  78.       Width = 248
  79.       Height = 2
  80.     end
  81.     object Bevel3: TBevel
  82.       Left = 2
  83.       Top = 250
  84.       Width = 248
  85.       Height = 2
  86.     end
  87.     object Bevel4: TBevel
  88.       Left = 2
  89.       Top = 194
  90.       Width = 248
  91.       Height = 2
  92.     end
  93.     object Search_Btn: TButton
  94.       Left = 16
  95.       Top = 258
  96.       Width = 97
  97.       Height = 21
  98.       Caption = '&Search'
  99.       Default = True
  100.       TabOrder = 14
  101.       OnClick = Search_Cmd
  102.     end
  103.     object Close_Btn: TButton
  104.       Left = 136
  105.       Top = 258
  106.       Width = 97
  107.       Height = 21
  108.       Cancel = True
  109.       Caption = '&Close'
  110.       TabOrder = 15
  111.       OnClick = Close_Cmd
  112.     end
  113.     object KeyWord_Edit: TEdit
  114.       Left = 64
  115.       Top = 68
  116.       Width = 177
  117.       Height = 21
  118.       TabOrder = 2
  119.     end
  120.     object Origin_Combo: TComboBox
  121.       Left = 64
  122.       Top = 12
  123.       Width = 177
  124.       Height = 21
  125.       Style = csDropDownList
  126.       DropDownCount = 12
  127.       ItemHeight = 13
  128.       TabOrder = 0
  129.       Items.Strings = (
  130.         'Current Key Recurse'
  131.         'Current Root Recurse'
  132.         'Entire Registration Database'
  133.         'HKEY_CLASSES_ROOT'
  134.         'HKEY_CURRENT_USER'
  135.         'HKEY_LOCAL_MACHINE'
  136.         'HKEY_USERS'
  137.         'HKEY_PERFORMANCE_DATA'
  138.         'HKEY_CURRENT_CONFIG'
  139.         'HKEY_DYN_DATA')
  140.     end
  141.     object Size_Combo: TComboBox
  142.       Left = 64
  143.       Top = 222
  144.       Width = 51
  145.       Height = 21
  146.       Style = csDropDownList
  147.       ItemHeight = 13
  148.       TabOrder = 12
  149.       Items.Strings = (
  150.         '>'
  151.         '<'
  152.         '='
  153.         '!')
  154.     end
  155.     object Size_Edit: TEdit
  156.       Left = 120
  157.       Top = 222
  158.       Width = 121
  159.       Height = 21
  160.       TabOrder = 13
  161.       Text = '0'
  162.     end
  163.     object MatchCase_Chk: TCheckBox
  164.       Left = 64
  165.       Top = 96
  166.       Width = 81
  167.       Height = 17
  168.       Caption = 'Match Case'
  169.       Font.Charset = DEFAULT_CHARSET
  170.       Font.Color = clMaroon
  171.       Font.Height = -11
  172.       Font.Name = 'Tahoma'
  173.       Font.Style = []
  174.       ParentFont = False
  175.       TabOrder = 3
  176.     end
  177.     object WholeWords_Chk: TCheckBox
  178.       Left = 152
  179.       Top = 96
  180.       Width = 86
  181.       Height = 17
  182.       Caption = 'Whole Words'
  183.       Font.Charset = DEFAULT_CHARSET
  184.       Font.Color = clMaroon
  185.       Font.Height = -11
  186.       Font.Name = 'Tahoma'
  187.       Font.Style = []
  188.       ParentFont = False
  189.       TabOrder = 4
  190.     end
  191.     object DataSize_Chk: TCheckBox
  192.       Left = 64
  193.       Top = 202
  194.       Width = 97
  195.       Height = 17
  196.       Caption = 'Data Size Filter'
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clMaroon
  199.       Font.Height = -11
  200.       Font.Name = 'Tahoma'
  201.       Font.Style = []
  202.       ParentFont = False
  203.       TabOrder = 11
  204.       OnClick = Filter_Change
  205.     end
  206.     object KeyNames_Chk: TCheckBox
  207.       Left = 64
  208.       Top = 112
  209.       Width = 81
  210.       Height = 17
  211.       Caption = 'Keys Names'
  212.       Checked = True
  213.       Font.Charset = DEFAULT_CHARSET
  214.       Font.Color = clMaroon
  215.       Font.Height = -11
  216.       Font.Name = 'Tahoma'
  217.       Font.Style = []
  218.       ParentFont = False
  219.       State = cbChecked
  220.       TabOrder = 5
  221.     end
  222.     object ValueNames_Chk: TCheckBox
  223.       Left = 152
  224.       Top = 112
  225.       Width = 84
  226.       Height = 17
  227.       Caption = 'Value Names'
  228.       Checked = True
  229.       Font.Charset = DEFAULT_CHARSET
  230.       Font.Color = clMaroon
  231.       Font.Height = -11
  232.       Font.Name = 'Tahoma'
  233.       Font.Style = []
  234.       ParentFont = False
  235.       State = cbChecked
  236.       TabOrder = 6
  237.     end
  238.     object ValueData_Chk: TCheckBox
  239.       Left = 64
  240.       Top = 136
  241.       Width = 77
  242.       Height = 17
  243.       Caption = 'Value Data:'
  244.       Checked = True
  245.       Font.Charset = DEFAULT_CHARSET
  246.       Font.Color = clMaroon
  247.       Font.Height = -11
  248.       Font.Name = 'Tahoma'
  249.       Font.Style = []
  250.       ParentFont = False
  251.       State = cbChecked
  252.       TabOrder = 7
  253.       OnClick = Filter_Change
  254.     end
  255.     object DataType_Chk: TCheckBox
  256.       Left = 64
  257.       Top = 170
  258.       Width = 105
  259.       Height = 17
  260.       Caption = 'Data Type Filter:'
  261.       Font.Charset = DEFAULT_CHARSET
  262.       Font.Color = clMaroon
  263.       Font.Height = -11
  264.       Font.Name = 'Tahoma'
  265.       Font.Style = []
  266.       ParentFont = False
  267.       TabOrder = 9
  268.       OnClick = Filter_Change
  269.     end
  270.     object DataType2_Btn: TButton
  271.       Left = 176
  272.       Top = 168
  273.       Width = 65
  274.       Height = 21
  275.       Caption = 'Select...'
  276.       TabOrder = 10
  277.       OnClick = DataType2_Cmd
  278.     end
  279.     object DataType1_Btn: TButton
  280.       Left = 176
  281.       Top = 134
  282.       Width = 65
  283.       Height = 21
  284.       Caption = 'Select...'
  285.       TabOrder = 8
  286.       OnClick = DataType1_Cmd
  287.     end
  288.     object KeyWord_Chk: TCheckBox
  289.       Left = 64
  290.       Top = 48
  291.       Width = 97
  292.       Height = 17
  293.       Caption = 'Key Word Filter'
  294.       Checked = True
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clMaroon
  297.       Font.Height = -11
  298.       Font.Name = 'Tahoma'
  299.       Font.Style = []
  300.       ParentFont = False
  301.       State = cbChecked
  302.       TabOrder = 1
  303.       OnClick = Filter_Change
  304.     end
  305.   end
  306. end
  307.